-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add migration and orm changes for additional lgs fields and delegate #10722
add migration and orm changes for additional lgs fields and delegate #10722
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is legacy gas station?
synced offline |
go.mod
Outdated
github.com/smartcontractkit/capital-markets-projects => /Users/jinbang/development/capital-markets-projects | ||
|
||
github.com/smartcontractkit/capital-markets-projects/lib => /Users/jinbang/development/capital-markets-projects/lib | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting for corresponding capital-markets-projects repo changes to be merged
@@ -13,6 +13,8 @@ FeedsManager = true # Default | |||
LogPoller = false # Default | |||
# UICSAKeys enables CSA Keys in the UI. | |||
UICSAKeys = false # Default | |||
# EAL is an experimental feature that exposes API endpoints for reading and writing to blockchains. | |||
EAL = false # Default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it an acronym?
…ar-out-of-chainlink-ccip
…ar-out-of-chainlink-ccip
|
||
func legacyGasStationRoutes(app chainlink.Application, r *gin.RouterGroup) { | ||
if app.GetConfig().Feature().EAL() { | ||
group := r.Group("/gasstation") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to /eal/v1
No description provided.